home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / ear / amtc4142.lha / AmiTCP-41-to-42-pch / interfaces.patch < prev    next >
Text File  |  1995-01-24  |  2KB  |  63 lines

  1. *** AmiTCP:db/interfaces Wed Jan 25 03:33:30 1995
  2. --- interfaces    Wed Jan 18 13:28:13 1995
  3. ***************
  4. *** 1,5 ****
  5.   #
  6. ! #    $Id: interfaces,v 4.10 1994/10/28 18:24:25 too Exp jraja $
  7.   #
  8.   #    Network interface configuration for the AmiTCP/IP
  9.   #
  10. --- 1,5 ----
  11.   #
  12. ! #    $Id: interfaces,v 4.12 1995/01/16 23:29:58 ppessi Exp $
  13.   #
  14.   #    Network interface configuration for the AmiTCP/IP
  15.   #
  16. ***************
  17. *** 24,30 ****
  18.   # This configuration file is read with template:
  19.   # NAME/A, DEV=DEVICE/A/K, UNIT/N/A/K, IPTYPE/N/K, ADDR=ADDRESS/K,
  20.   # ARPTYPE=IPARPTYPE/N/K, IPREQ=IPREQUESTS/N/K, ARPREQ=ARPREQUESTS/N/K,
  21. ! # WRITEREQ=WRITEREQUESTS/N/K, NOTRACKING/S, FILTER/S, NOARP/S,
  22.   # P2P=POINT2POINT/S, NOSIMPLEX/S, LOOPBACK/S
  23.   #
  24.   # Lines can be continued if their last character is '+'. The '#' and ';' are
  25. --- 24,30 ----
  26.   # This configuration file is read with template:
  27.   # NAME/A, DEV=DEVICE/A/K, UNIT/N/A/K, IPTYPE/N/K, ADDR=ADDRESS/K,
  28.   # ARPTYPE=IPARPTYPE/N/K, IPREQ=IPREQUESTS/N/K, ARPREQ=ARPREQUESTS/N/K,
  29. ! # WRITEREQ=WRITEREQUESTS/N/K, NOTRACKING/S, NOQUICKIO/S, FILTER/S, NOARP/S,
  30.   # P2P=POINT2POINT/S, NOSIMPLEX/S, LOOPBACK/S
  31.   #
  32.   # Lines can be continued if their last character is '+'. The '#' and ';' are
  33. ***************
  34. *** 59,64 ****
  35. --- 59,68 ----
  36.   # NOTRACKING/S
  37.   #   Disable the packet type tracking on SANA-II devices.  This feature is
  38.   #   needed to circumvent a bug in a2060.device V37.2 
  39. + # NOQUICKIO/S/S
  40. + #   Prevent AmiTCP/IP from using Quick IO on SANA-II devices when writing to
  41. + #   network. This feature is needed to circumvent bugs in QuickNetS2.device
  42. + #   V1.36 and earlier.
  43.   # FILTER/S
  44.   #   Enable Sana-II packet filtering for this interface. This is needed only
  45.   #   if you have several protocol stacks using the same Sana-II device and
  46. ***************
  47. *** 124,130 ****
  48.   #
  49.   # QuickNet Ethernet adapter
  50.   #
  51. ! quicknet DEV=QuickNetS2.device UNIT=0
  52.   #
  53.   # GoldenGate 2 Ethernet for 3COM 3c503 card
  54.   # NOTE: This needs an configuration file for the IRQ and ISA address settings!
  55. --- 128,134 ----
  56.   #
  57.   # QuickNet Ethernet adapter
  58.   #
  59. ! quicknet DEV=QuickNetS2.device UNIT=0 NOQUICKIO
  60.   #
  61.   # GoldenGate 2 Ethernet for 3COM 3c503 card
  62.   # NOTE: This needs an configuration file for the IRQ and ISA address settings!
  63.